open an exe file using python

50

open an exe file using python -

import os
os.startfile("C:\Documents and Settings\flow_model\flow.exe")

how to start an exe file in python -

import sys, string, os, arcgisscripting
os.system("C:/Documents and Settings/flow_model/flow.exe")

Comments

Submit
0 Comments